runtime.mheap.pagesSwept (field)
6 uses
runtime (current package)
mgc.go#L1556: mheap_.pagesSwept.Store(0)
mgcsweep.go#L180: print("pacer: sweep done at heap size ", live>>20, "MB; allocated ", (live-mheap_.sweepHeapLiveBasis)>>20, "MB during sweep; swept ", mheap_.pagesSwept.Load(), " pages at ", mheap_.sweepPagesPerByte, " pages/byte\n")
mgcsweep.go#L527: mheap_.pagesSwept.Add(int64(s.npages))
mgcsweep.go#L916: for pagesTarget > int64(mheap_.pagesSwept.Load()-sweptBasis) {
mgcsweep.go#L968: pagesSwept := mheap_.pagesSwept.Load()
mheap.go#L104: pagesSwept atomic.Uint64 // pages swept this cycle
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |